Skip to content

Comments

chore(deps): bump coverage from 1.8.0 to 1.15.0#1110

Merged
monsieurtanuki merged 2 commits intomasterfrom
dependabot/pub/coverage-1.15.0
Aug 20, 2025
Merged

chore(deps): bump coverage from 1.8.0 to 1.15.0#1110
monsieurtanuki merged 2 commits intomasterfrom
dependabot/pub/coverage-1.15.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 9, 2025

Bumps coverage from 1.8.0 to 1.15.0.

Release notes

Sourced from coverage's releases.

package:coverage v1.15.0

  • Expose filterIgnored function, which filters the coverage data according to // coverage:ignore-... comments. Previously this filtering functionality was only available when loading coverage data from json using parseJson etc.

package:coverage v1.14.1

  • Remove dependency on package:pubspec_parse.
  • Silence a rare error that can occur when trying to resume the main isolate because the VM service has already shut down. This was responsible for a ~0.1% flakiness, and is safe to ignore.

package:coverage v1.14.0

  • Require Dart ^3.6.0
  • Partial support for workspace packages in test_wth_coverage.
  • Deprecate test_wth_coverage's --package-name flag, because it doesn't make sense for workspaces.
  • Change the default --port to 0, allowing the VM to choose a free port.

package:coverage v1.13.1

  • Fix a bug where the VM service can be shut down while some coverage collections are still happening.

package:coverage v1.13.0

  • Introduced support for minimum coverage thresholds using --fail-under flag in format_coverage.
  • Fix a bug where we attempt to resume an isolate after the VM service has been shut down.

package:coverage v1.12.0

No release notes provided.

package:coverage v1.11.1

  • Update package:vm_service constraints to '>=12.0.0 <16.0.0'.

package:coverage v1.9.2

  • Fix repository link in pubspec.

package:coverage v1.9.1

  • Remove outdated VM service version checks.
  • Move to dart-lang/tools.
Commits
  • 1500539 [coverage] Expose filterIgnored function (#2123)
  • 9963447 Add wasm dry run event to unified analytics. (#2125)
  • 6282b35 [Markdown] Fix HTML comment parser. (#2121)
  • 7bf22c9 [unified_analytics]Add library cycle info to analysis server data (#2117)
  • 1e110fc Fix status badge (#2116)
  • 9b35b98 Add events for dart mcp server tool invocations (#2112)
  • 72e6cc8 Don't emit two WatchEvents when creating a file in a non-existent directory o...
  • e84cbd9 [source_span] Add a test covering the highlighting of non-contiguous spans (#...
  • 700a3c4 [coverage] Fix remaining ~0.1% flakiness (#2102)
  • a0dda7e [coverage] Switch from package:pubspec_parse to package:yaml (#2103)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Jul 9, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 9, 2025 03:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file dart Pull requests that update Dart code labels Jul 9, 2025
@teolemon
Copy link
Member

teolemon commented Aug 7, 2025

@dependabot rebase

Bumps [coverage](https://github.com/dart-lang/tools/tree/main/pkgs) from 1.8.0 to 1.15.0.
- [Release notes](https://github.com/dart-lang/tools/releases)
- [Commits](https://github.com/dart-lang/tools/commits/coverage-v1.15.0/pkgs)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/coverage-1.15.0 branch from eba1187 to 6cdde66 Compare August 7, 2025 13:00
@teolemon teolemon moved this from Todo to In Progress in 🧃🛠️ Open Food Facts SDK tracking Aug 14, 2025
@github-project-automation github-project-automation bot moved this from In progress to Reviewer approved in Dart package - Support for new APIs and issues Aug 20, 2025
@github-project-automation github-project-automation bot moved this from 💬 To discuss and validate to 🎊 Done in 🤳🥫 The Open Food Facts mobile app (Android & iOS) Aug 20, 2025
@monsieurtanuki monsieurtanuki merged commit 0dfbb70 into master Aug 20, 2025
5 checks passed
@monsieurtanuki monsieurtanuki deleted the dependabot/pub/coverage-1.15.0 branch August 20, 2025 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file pubspec

Development

Successfully merging this pull request may close these issues.

2 participants